[PATCH] Make configure work with gpgme >= 1.18
authorRene Engelhard <rene@debian.org>
Wed, 24 Aug 2022 07:55:33 +0000 (09:55 +0200)
committerRene Engelhard <rene@debian.org>
Thu, 25 Aug 2022 05:59:51 +0000 (06:59 +0100)
commitdf73325889923565bc3534699a364d6f11c628b4
tree70acd210d4df2f9fc59237ca9e108a7d6f40e00f
parent4d1c30858047e078cd6c20d890f8da64d7784988
[PATCH] Make configure work with gpgme >= 1.18

Sam James wrote:
> gpgme-1.18.0 dropped a bunch of internal symbols,
> including progress_callback (see e.g. callbacks.h
> which has a comment at the top saying it's internal).

Plausibly the workaround to not link against older KDE-specific distro
packages is not needed anymore.

Check for main as a workaround as we do for other C++ libraries, too.

Change-Id: I57065a5b5b23b9eadb73b01e4f3a289552c3bde4

Gbp-Pq: Name Make-configure-work-with-gpgme-1.18.patch
configure.ac